
/* 兼容 IE和其它浏览器的 不透明度设置！
{
    filter:alpha(opacity=50);
    opacity: 0.5;
}
*/

/*  超出使用CSS省略号
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
*/


.page_other{
    width:100%;
    height:500px;
    background-color:#ffffff;
    background-color:#dfdfdf;
}

/*   清除左右浮动，使父层div有自己的高度  */
.clear_float_both{
    font: 0px/0px sans-serif;
    clear: both;
    display: block;
}

.bg_e9edf1{
    background-color: #e9edf1;
}

.bg_212121{
    background-color: #212121;
}

.overflow_hidden {
    overflow: hidden !important;
}

.float_left {
    float: left;
}

.pd_top_0{
    padding-top: 0 !important;
}

.pd_top_10{
    padding-top: 10px !important;
}

.pd_top_25{
    padding-top: 25px !important;
}

.pd_bottom_0{
    padding-bottom: 0 !important;
}

.pd_bottom_7{
    padding-bottom: 7px !important;
}

.pd_bottom_30{
    padding-bottom: 30px !important;
}

.mg_top_0{
    margin-top: 0 !important;
}

.mg_top_7{
    margin-top: 7px !important;
}

.mg_top_64{
    margin-top: 64px !important;
}

.mg_bottom_28{
    margin-bottom: 28px !important;
}

.width_per_100{
    width:100% !important;
}

.f_w_blod{
    font-weight: bold;
}

.f_s_16{
    font-size: 16px !important;
}

/***** 公共样式 ***********/
.out_div{
    width: 100%;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}

.w880{
    width: 880px !important;
}

/*  设置 页面中的视频 居中显示！  */
.news_player_class{
    margin:0 auto;
}

/*  分页  */
.page_line{
    margin-top: 32px;
    margin-bottom: 15px;
}


/*  顶部top区  */
.page_top{
    width: 100%;
    height: 110px;
    background-color: #ffffff;
}

.page_top .left_site{
    float:left;
}

.page_top .left_site .logo{
    width:492px;
    height:110px;
    background:url(../images/logo.png) no-repeat left center;
}

.page_top .right_site{
    float:right;
    margin-right: 20px;
    color:#000000;
}

.page_top .right_site .top_line{
    margin-top: 17px;
    text-align: right;
}

.page_top .right_site .top_line .email{
    display: inline-block;
    height:20px;
    line-height: 20px;
    padding-left:28px;
    background: url(../images/img_1.png) no-repeat;
    margin-right: 40px;
}

.page_top .right_site .top_line .msn{
    margin-right: 80px;
}

.page_top .right_site .link{
    color:#000000;
}

.page_top .right_site .link.bg1{
    background:url(../images/img_1.png) no-repeat left 1px;
}

.page_top .right_site .link.bg2{
    background:url(../images/img_2.png) no-repeat left 1px;
}

/* 搜索 */
.page_top .right_site .search{
    float: right;
    margin-top: 14px;
}

.page_top .right_site .search .left_box{
    width: 380px;
    height: 39px;
    border: 2px solid #ca151a;
    position: relative;
    float: left;
}

.page_top .right_site .search .left_box .ser_input{
    padding-left:10px;
    border: none;
    width: 370px;
    height: 39px;
}

.page_top .right_site .search .left_buttom{
    float: left;
}

.page_top .right_site .search .left_buttom .submit{
    border: none;
    width: 79px;
    height: 43px;
    background:#ca151a url(../images/img_3.png) no-repeat center center;
    cursor: pointer;
}


/*  页面顶部nav导航区  */
.page_nav{
    width:100%;
    height:60px;
    background-color:#000000;
}

.page_nav ul{
    width:100%;
}

.page_nav .column{
    height:60px;
    line-height:60px;
    float:left;
    position:relative;
    text-align: center;
}

.page_nav .line{
    float: left;
    width: 1px;
    height: 14px;
    /*background: url(../../images/img_3.jpg) no-repeat;*/
    margin-top: 23px;
}

.page_nav .column .img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 171px;
    height:46px;
    z-index: 10;
}

.page_nav .column .alink{
    z-index: 100;
    color:#ffffff;
    font-size:18px;
    /* width:100%; */
    height:100%;
    display:inline-block;
    text-decoration:none;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/*
.page_nav .column .alink:hover{
    background-color: #ca151a;
}

.page_nav .column .alink.sel{
    background-color: #ca151a;
}
*/

.page_nav .column a span {
    display: inline-block;
    padding:0 48px;
}

.page_nav .column a span:hover {
    background-color: #ca151a;
}

.page_nav .column a span.change_color {
    background-color: #ca151a;
}

.page_nav .column a span{
    /* float:left;
     margin-left: 38px;*/
}

.page_nav .column .subcolumn{
    width:100%;
    display:none;
    position:absolute;
    left:0;
    top:60px;
    z-index: 1000;
    /*padding-bottom: 5px;*/
}

.page_nav .column .subcolumn a{
    display:block;
    width:100%;
    height:47px;
    line-height:47px;
    color:#ffffff;
    text-decoration:none;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    padding-left: 0;
    background-color:#000000;
    filter:alpha(opacity=80);
    opacity: 0.80;
}

.page_nav .column .subcolumn a:hover{
    background:#ca151a; url(../../images/img_6.png) no-repeat right 20px center;
    color:#ffffff;
}


/* 首页通用标题 */
.general_title_homepage{
    width: 100%;
    text-align: center;
}

.general_title_homepage .title_name{
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 2px;
}

.general_title_homepage .title_name a:hover{
    color: #ff5a03 !important;
}

.general_title_homepage .text{
    margin-top: 10px;
    font-size: 16px;
    color:#000000;
}

/*  首页：优势  */
.content_home_1 {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 0;
}

.content_home_1 .middle{
    margin-top: 61px;
    padding-bottom: 34px;
    text-align: center;
}

.content_home_1 .middle .box {
    display: inline-block;
    margin: 0 15px;
    width: 138px;
    vertical-align: top;
}

.content_home_1 .middle .box .img {
    margin: 0 auto;
    width: 138px;
    height: 138px;
    border: 1px solid #6b6b6b;
    border-radius: 69px;
    overflow: hidden;
}

.content_home_1 .middle .box .txt {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 25px;
}

.content_home_1 .middle .box .img.bg1{
    background: url(../images/img_4.png) no-repeat center center;
}

.content_home_1 .middle .box .img.bg2{
    background: url(../images/img_5.png) no-repeat center center;
}

.content_home_1 .middle .box .img.bg3{
    background: url(../images/img_6.png) no-repeat center center;
}

.content_home_1 .middle .box .img.bg4{
    background: url(../images/img_7.png) no-repeat center center;
}

.content_home_1 .middle .box .img.bg5{
    background: url(../images/img_8.png) no-repeat center center;
}

.content_home_1 .middle .box .img.bg6{
    background: url(../images/img_9.png) no-repeat center center;
}


/*  首页：产品展示  */
.content_home_2 {
    width: 100%;
    padding-top: 43px;
    padding-bottom: 0;
}

.content_home_2 .middle{
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.content_home_2 .middle .pcate{
    height:55px;
    text-align: center;
}

.content_home_2 .middle .pcate ul{
    display: inline-block;
    border-bottom: 4px solid #a8a7a7;
}

.content_home_2 .middle .pcate li{
    height:55px;
    line-height: 55px;
    display: inline-block;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}

.content_home_2 .middle .pcate li:hover > .line{
    display: block;
}

.content_home_2 .middle .pcate li.select > .line{
    display: block;
}

.content_home_2 .middle .pcate li .text{
    padding:0 25px;
}

.content_home_2 .middle .pcate li .line{
    display: none;
    width:100%;
    height:4px;
    background-color: #ca151a;
    position:absolute;
    bottom:-4px;
    left:0;
}

.content_home_2 .middle .list_box{
    width:100%;
    margin-top: 23px;
}

.content_home_2 .middle .list_box .box{
    display: none;
    width:1220px;
}

.content_home_2 .middle .list_box .box.select{
    display: block;
    min-height: 80px;
}

.content_home_2 .middle .list_box .box li{
    float:left;
    margin-right: 13px;
    margin-bottom: 15px;
}

.content_home_2 .middle .list_box li .out_img{
    width:288px;
    height:288px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.content_home_2 .middle .list_box li .out_img:hover{
    border: 1px solid #de5c23;
}

.content_home_2 .middle .list_box li .in_img{
    width:100%;
    height:100%;
    display: table;
}

.content_home_2 .middle .list_box li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_home_2 .middle .list_box li .img a{
    display: block;
}

.content_list_four li .img img{
    display: block;
    margin:0 auto;
    position: relative;
}



/*  首页：“公司简介”“新闻中心”等  */
.content_homepage_3{
    width:100%;
    padding-top: 27px;
    padding-bottom: 34px;
}

.content_homepage_3 .area{
    float:left;
}

.content_homepage_3 .area .area_middle{
    padding:17px 11px;
    border:1px solid #d9d5d6;
}

.content_homepage_3 .a_01{
    width:375px;
    margin-right: 38px;
}

.content_homepage_3 .top{
    height: 42px;
    /*-height: 42px;*/
    margin-bottom: 12px;
    border-bottom:2px solid #e6eaed;
}

.content_homepage_3 .top .left{
    float:left;
    height: 35px;
    margin-top: 5px;
    border-bottom: 4px solid #ca151a;
}

.content_homepage_3 .top .left .txt_chs{
    font-size:20px;
}

.content_homepage_3 .top .left .txt_eng{
    font-size:16px;
}

.content_homepage_3 .top a:hover{
    text-decoration:none;
}

.content_homepage_3 .top .right{
    float:right;
    width: 60px;
    height:29px;
    line-height: 29px;
    border:1px solid #ca151a;
    text-align: center;
    margin-top: 2px;
    font-size: 16px;
}

.content_homepage_3 .column_img{
    margin: 0 auto;
    margin-bottom: 10px;
    width:351px;
    height:182px;
}

.content_homepage_3 .column_img img{
    width:100%;
    height:100%;
}

.content_homepage_3 .column_img2{
    margin-bottom: 10px;
    width:351px;
    height:182px;
}

.content_homepage_3 .column_img2 img{
    width:100%;
    height:100%;
}

.content_homepage_3 .desc{
    width: 100%;
    /* height:72px; */
    overflow: hidden;
    font-size: 14px;
    color:#050505;
    line-height:30px;
}

.content_homepage_3 .desc a{
    color: #ff0000;
}

.content_homepage_3 .a_02{
    width:375px;
}

.content_homepage_3 .a_02 .news{
    width:100%;
    margin-bottom: 8px;
}

.content_homepage_3 .a_02 .news img{
    width: 351px;
    height: 182px;
}

.content_homepage_3 .a_02 .news a:hover{
    text-decoration: none;
}

.content_homepage_3 .a_02 .news .title{
    margin-top: 10px;
    font-size: 16px;
    color: #101010;
    width:100%;
    height:19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_homepage_3 .a_02 .news .title:hover{
    color:#ff0000;
}

.content_homepage_3 .a_02 .news .desc2{
    font-size: 14px;
    color: #6c6c6c;
    margin-top: 13px;
    line-height:28px;
    /*height:84px; */
    overflow: hidden;
    word-wrap:break-word;
}

.content_homepage_3 .a_02 .list_news{
    width: 100%;
    /* height:72px; */
    overflow: hidden;
}

.content_homepage_3 .a_02 .list_news li{
    height: 28px;
    line-height:28px;
    background: url(../images/img_18.png) no-repeat left center;
}

.content_homepage_3 .a_02 .list_news li a:hover{
    color:#ff0000;
}

.content_homepage_3 .a_02 .list_news li .title{
    float: left;
    width: 230px;
    padding-left: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#050505;
}

.content_homepage_3 .a_02 .list_news li .time{
    float: right;
    margin-right: 5px;
    color: #6c6c6c;
    font-size: 14px;
}

.content_homepage_3 .a_03{
    float: right !important;
    width: 375px;
    margin-right:0;
}

.content_homepage_3 .a_03 .contact{
    width:100%;
    padding-top: 17px;
    background: url(../../images/img_10.png) no-repeat;
}

.content_homepage_3 .a_03 .contact .txt{
    font-size: 16px;
    color:#050505;
    line-height: 28px;
}

.content_homepage_3 .a_03 .contact .txt a{
    color:#050505;
}

.content_homepage_3 .a_03 .contact .txt span{
    font-weight: bold;
}


/* 页面底部 */
.page_footer {
    width: 100%;
    height: 209px;
    color: #ffffff;
}

.page_footer .qrcode{
    float:left;
    margin-left: 108px;
    margin-top: 30px;
    width: 125px;
}

.page_footer .qrcode .qrimg{
    height: 125px;
}

.page_footer .qrcode .qrimg img{
    width: 100%;
    height: 100%;
}

.page_footer .qrcode .title{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin-top: 10px;
}


.page_footer .info_site{
    float: left;
    margin-left: 82px;
    margin-top: 59px;
    width: 880px;
}

.page_footer .info_site a:hover{
    color:#ff7437 !important;
}

.page_footer .info_site .column{
    /* margin-top: 28px; */
}

.page_footer .info_site .column a{
    font-size: 18px;
    color:#ffffff;
}

.page_footer .info_site .column .line{
    font-size: 18px;
    color:#ffffff;
    margin:0 7px;
}

.page_footer .info_site .desc{
    margin-top: 5px;
    font-size: 18px;
    color:#ffffff;
    line-height: 33px;
}

.page_footer .info_site .desc a{
    color:#ffffff;
    font-size: 18px;
}


/*  内页：公共页面  */
.basic_page{
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom:65px;
    width: 1200px;
    position: relative;
    padding-bottom: 0px;
    border:2px solid #f6f6f6;
    border-top:none;
}

.basic_page_inside{
    width: 100%;
    padding-bottom: 0px;
    /*margin-top: 50px;*/
}



/*   列表页：一排4个图片   */
.content_news_list{
    margin-top:0px;
}

.content_list_four{
    width: 1222px;
    margin-top: 0px;
    padding-bottom: 50px;
    margin-left: 19px;
}

.content_list_four li{
    float:left;
    margin-right: 21px;
    margin-bottom: 15px;
}

.content_list_four li.no_margin_right{
    margin-right:0;
}

.content_list_four li .out_img{
    width:273px;
    height:205px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.content_list_four li .out_img:hover{
    border: 1px solid #de5c23;
}

.content_list_four li .in_img{
    width:100%;
    height:100%;
    display: table;
}

.content_list_four li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_list_four li .img a{
    display: block;
}

.content_list_four li .img img{
    display: block;
    margin:0 auto;
    position: relative;
}


.content_list_four li .title{
    width:253px;
    height:75px;
    line-height:75px;
    padding: 0 10px;
    text-align:center;
    cursor: pointer;
    font-size:18px;
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
.content_list_four li .title{
    width:282px;
    height:50px;
    line-height:25px;
    text-align:center;
    overflow:hidden;
    cursor: pointer;
    font-size:18px;
    color:#343434;
    margin-top:10px;
}
*/

.content_list_four li .title:hover{
    text-decoration: none;
    color:#de5c23;
}



/* 通用盒子 */
.general_box{
    width:100%;
    margin-top: 26px;
    border-top: 6px solid #ca151a;
    background-color: #ffffff;
    padding-bottom:25px;
}

.general_box .head_line{
    height:46px;
    border-bottom:1px solid #eef0ef;
}

.general_box .head_line .left_site{
    float:left;
    font-size: 20px;
    border-bottom:2px solid #ca151a;
    color:#000000;
    height:43px;
    line-height: 43px;
    margin-top: 2px;
    margin-left: 18px;
    padding:0 5px;
}

.general_box .head_line .right_site{
    float: right;
    color:#000000;
    margin-right: 18px;
    height:46px;
    line-height: 46px;
}

.general_box .middle{
    margin: 0 auto;
    margin-top: 25px;
    width:1164px;
}

.general_box .middle .right_box{
    float:right;
    width:680px;
}

.general_box .middle .list_news{
    width: 100%;
}

.general_box .middle .list_news li{
    height:42px;
    line-height: 42px;
    background: url(../images/img_5.jpg) no-repeat left center;
    padding-left: 20px;
    border-bottom: 2px dashed #e8e8e8;
}

.general_box .middle .list_news li .title{
    float: left;
    max-width: 73%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#555555;
}

.general_box .middle .list_news li .title:hover{
    color:#ff0000;
}

.general_box .middle .list_news li .time{
    float: right;
    margin-right: 3px;
}

.general_box .middle .list_news li.first_line .title{
    font-size: 18px;
    font-weight: bold;
}

.general_box .head_site{
    /*padding-bottom: 11px;
    border-bottom: 11px solid #e9edf1;*/
}

.general_box .head_line .cate_line{
    margin-left: 18px;
}

.general_box .head_line .cate_line li{
    font-size: 20px;
    color:#cbcbcb;
    float: left;
    margin-right: 27px;
    height: 43px;
    line-height: 43px;
    margin-top: 2px;
    border:none;
    cursor: pointer;
    padding:0 5px;
}

.general_box .head_line .cate_line li.select{
    border-bottom: 2px solid #0394d0;
    color: #0b8ed7;
}


.general_box .middle .list_box{
    margin-top:25px;
}

.general_box .middle .list_box .box{
    display: none;
}

.general_box .middle .list_box .box.select{
    display:block;
}

.general_box .middle .list_box .box li{
    float:left;
    width: 220px;
    height: 165px;
    overflow: hidden;
    position: relative;
    margin-right: 8px;
    margin-bottom: 18px;
}

.general_box .middle .list_box .box li img {
    width: 100%;
    height: 100%;
    position: relative;
}

.general_box .middle .list_box .box li .mask{
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 100;
}

.general_box .middle .list_box .box li .title{
    width:200px;
	height:30px;
	line-height:30px;
	margin-left:9px;
	color:#ffffff;
	position:absolute;
	bottom:0;
	font-size:14px;
	z-index:200;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.general_box .middle .list_box .box li.big_img{
    float: right;
    width: 475px;
    height: 348px;
    margin-right: 0;
}

.general_box .middle .list_box .box li.big_img .title{
    font-size: 16px;
    width:450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/*  子栏目path路径区  */
.column_path{
    float:left;
    height: 49px;
    line-height: 49px;
    text-align: left;
}

.column_path .img{
    display: inline-block;
    width: 17px;
    height: 22px;
    background: url(../images/img_1.png) no-repeat center center;
    position: relative;
    top: 5px;
}

.column_path .current_column{
    color: #f79d00;
}

.column_path .current_column:hover, .column_path a:hover{
    color:#f79d00;
}

.column_path span, .column_path a, .column_path_general a {
    font-size: 14px;
    color:#595757;
}


/*  产品列表  */
.content_pnews_list{
    width: 100%;
    padding-bottom: 50px;
}

.content_pnews_list .pcate{
    height:55px;
    text-align: center;
}

.content_pnews_list .pcate ul{
    display: inline-block;
    border-bottom: 4px solid #a8a7a7;
}

.content_pnews_list .pcate li{
    height:55px;
    line-height: 55px;
    display: inline-block;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}

.content_pnews_list .pcate li:hover > .line{
    display: block;
}

.content_pnews_list .pcate li.select > .line{
    display: block;
}

.content_pnews_list .pcate li .text{
    padding:0 25px;
}

.content_pnews_list .pcate li .line{
    display: none;
    width:100%;
    height:4px;
    background-color: #ca151a;
    position:absolute;
    bottom:-4px;
    left:0;
}

.content_pnews_list .list_box{
    width:100%;
    margin-top: 45px;
    padding-left: 19px;
    padding-bottom:20px;
}

.content_pnews_list .list_box .box{
    display: none;
    width:1220px;
}

.content_pnews_list .list_box .box.select{
    display: block;
}

.content_pnews_list .list_box .box li{
    float:left;
    margin-right: 13px;
    margin-bottom: 0;
}

.content_pnews_list .list_box li .out_img{
    width:279px;
    height:279px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.content_pnews_list .list_box li .out_img:hover{
    border: 1px solid #de5c23;
}

.content_pnews_list .list_box li .in_img{
    width:100%;
    height:100%;
    display: table;
}

.content_pnews_list .list_box li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_pnews_list .list_box li .img a{
    display: block;
}

.content_pnews_list .list_box li .title {
    width: 259px;
    height: 75px;
    line-height: 75px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_list_four li .img img{
    display: block;
    margin:0 auto;
    position: relative;
}

/*  产品列表：输入密码框  */
.pwd_box{
    display: none;
    position:fixed;
	left:50%;
	top:50%;
	margin-left:-395px;
	margin-top:-215px;
	width:790px;
	height:430px;
    background:url(../images/img_23.jpg) no-repeat;
	z-index:10000;
}

.pwd_box .close{
    position:absolute;
	right:-10px;
	top:-15px;
	width:43px;
	height:43px;
	background:url(../images/img_24.png) no-repeat;
    cursor:pointer;
}

.pwd_box .pwd_site{
    position:absolute;
	left:300px;
	top:114px;    
}

.pwd_box .pwd_site .label{
    float:left;
    font-size: 24px;
    color:#ffffff;
    height:56px;
    line-height: 56px;
}

.pwd_box .pwd_site .pwd_input{
    float: left;
    padding-left:10px;
    width:263px;
    height: 56px;
    line-height: 56px;
    background-color: #ffffff;
    border-radius: 13px;
    border:none;
    outline: none;
}

.pwd_box .pwd_site .submit{
    position:absolute;
	left:67px;
	top:71px;    
    width:323px;
    height:114px;
    letter-spacing: 5px;
    background: url(../images/img_25.png) no-repeat;
    overflow: hidden;
}

.pwd_box .pwd_site .submit .submit_btn{
    float: left;
    margin-left: 42px;
    margin-top: 46px;
    font-size: 32px;
    color: #ffffff;
    letter-spacing: 17px;
    background: none;
    border: none;
    width: 303px;
    height: 69px;
    cursor: pointer;
}

.pwd_box .text{
    position:absolute;
    left:363px;
    bottom:43px;
    font-size: 16px;
    color:#ffffff;
}


/*  产品详情  */
.content_pnews_list .detail_box{
    margin-top:35px;
}

.content_pnews_list .detail_box .title{
    width:900px;
    height:55px;
    line-height: 55px;
    text-align: center;
    margin:0 auto;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}

.content_pnews_list .detail_box .img_box{
    max-width: 880px;
    margin:0 auto;
    text-align: center;
}

.content_pnews_list .detail_box .img_box img{
    max-width: 100%;
    height:auto;
    display: inline-block;
}

.content_pnews_list .detail_box .table_box{
    margin-top: 30px;
}

.content_pnews_list .detail_box .table_box table{
    margin:0 auto;
}

.content_pnews_list .detail_box .table_box td{
    border: 1px solid #d9d5d6;
    height: 42px;
    padding-left:12px;
}

.content_pnews_list .detail_box .table_box td.key{
    width:204px;
}

.content_pnews_list .detail_box .table_box td.val{
    width:646px;
}

.content_pnews_list .detail_box .table_box td .add_link{
    display: inline-block;
    width: 81px;
    height: 32px;
    line-height: 32px;
    background-color: #ca151a;
    text-align: center;
    color:#ffffff;
}

.content_pnews_list .detail_box .table_box td .add_link:hover{
    filter:alpha(opacity=80);
    opacity: 0.8;
}

.content_pnews_list .detail_box .button_box{
    margin-top: 43px;
    text-align: center;
}

.content_pnews_list .detail_box .button_box div{
    width: 90px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin: 0 15px;
    background-color: #ca151a;
    color:#ffffff;
    border-radius: 3px;
}

.content_pnews_list .detail_box .button_box div:hover{
    filter:alpha(opacity=70);
    opacity: 0.7;
}

/*  产品询盘  */
.content_pnews_list .inquiry_box{
    margin-top:10px;
    padding:0 55px;
}

.content_pnews_list .inquiry_box .msg{
    font-size: 18px;
}

.content_pnews_list .inquiry_table{
    margin-top: 24px;
}

.content_pnews_list .inquiry_table table{
    margin:0 auto;
}

.content_pnews_list .inquiry_table .check{
    width:110px;
}

.content_pnews_list .inquiry_table .pname{
    width:310px;
}

.content_pnews_list .inquiry_table .pimg{
    width:665px;
    overflow: hidden;
}

.content_pnews_list .inquiry_table .pimg img{
    max-height:100px;
    max-width: 630px;
}

.content_pnews_list .inquiry_table th{
    border: 1px solid #d9d5d6;
    height: 34px;
}

.content_pnews_list .inquiry_table td{
    border: 1px solid #d9d5d6;
    text-align: center;
    min-height: 40px;
    padding: 10px 0;
}

.content_pnews_list .inquiry_table td.count{
    text-align: right;
}

.content_pnews_list .inquiry_table td.count span{
    margin-right: 10px;
}

.content_pnews_list .inquiry_table td.button{
    height:47px;
}

.content_pnews_list .inquiry_table .button_box{
    text-align: center;
}

.content_pnews_list .inquiry_table .button_box div,
.content_pnews_list .inquiry_table .button_box .submit{
    width: 80px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    margin: 0 6px;
    background-color: #ca151a;
    color:#ffffff;
    border-radius: 3px;
    border:none;
    cursor: pointer;
}

.content_pnews_list .inquiry_table .button_box div:hover,
.content_pnews_list .inquiry_table .button_box .submit:hover{
    filter:alpha(opacity=70);
    opacity: 0.7;
}

.content_pnews_list .inquiry_box .bottom_msg{
    line-height: 36px;
    margin-top: 20px;
    font-size: 16px;
}



/*  文章详情区  */
.content_article_detail{
    width: 95%;
    margin:0 auto;
    margin-top: 20px;
    padding-top: 32px;
    padding-bottom: 50px;
    /* border-top: 1px solid #eaeaea; */
}

.content_article_detail2{
    width: 100%;
    margin:0 auto;
    padding-top: 0;
    padding-bottom: 25px;
}

.content_article_detail_nodata{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 25px;
    margin: 0 auto;
}


/*  新闻详情页 的样式  */
.across_line_blank_1{
    width: 100%;
    height: 11px;
}

.across_line_blank_2{
    width: 100%;
    height: 45px;
}

.article_content {
    margin: 0 auto;
    margin-top:26px;
    margin-bottom:0px;
    width: 100%;
    min-height: 400px;
}

.article_content .content {
    width: 100%;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
    border-bottom: 1px solid #eaeaea;
    padding-bottom:50px;
}

.article_content .content .title {
    width: 100%;
    line-height:40px;
    text-align: center;
    font-size: 26px;
    margin: 0 auto;
    color: #222222;
}
/*
.article_content .content .args{
    width: 100%;
    text-align: center;
    height:32px;
    line-height:32px;
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: #ebebeb;
}
*/

.article_content .content .args {
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.article_content .content .args span{
    margin-right: 30px;
    display: inline-block;
}

.article_content .content .time{
    text-align: center;
    /* line-height:45px; */
    color:#787878;
}

.article_content .content .across_line{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 32px 0;
}

.article_content .content .across_line_2{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 0 0;
}

.article_content .content .across_line_3{
    width:100%;
    height:1px;
    border-bottom:1px solid #ddd;
    margin-top:60px;
}

.article_content .content img {
    max-width: 80%;
    text-align: center;
}

.article_content .content_bottom{
    padding-top: 20px;
}

.article_content .content_bottom .news_line{
    height: 35px;
    line-height: 32px;
    margin-bottom: 10px;
}

.article_content .content_bottom .news_line a{
    display: inline-block;
}


.article_content .content_bottom .news_line a:hover > .link{
    color:#ff0000;
}


.article_content .content_bottom .news_line .link{
    width: 92px;
    height: 30px;
    line-height: 30px;
    border:1px solid #e7e7e7;
    border-radius: 2px;
    /*margin-left: 6px;*/
    display: inline-block;
    font-size: 12px;
    color: #999999;
    float: left;
    text-align: center;
}

.article_content .content_bottom .news_line .link.bg1{
    background: #ffffff url(../../images/img_37.png) no-repeat 10px center;
}

.article_content .content_bottom .news_line .link.bg2{
    background: #ffffff url(../../images/img_38.png) no-repeat 10px center;
}

.article_content .content_bottom .news_line .title{
    display: inline-block;
    margin-left: 10px;
    color:#999999;
}

.article_content .content_bottom .news_line .title a{
    max-width: 480px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color:#999999;
}

.article_content .content_bottom .news_line .title a:hover{
    color:#ff0000;
}

/*  单页栏目的样式  */
.single_content {
    margin: 0 auto;
    margin-top:0;
    margin-bottom:0;
    width: 100%;
    min-height: 360px;
}

.single_content .content {
    width: 98%;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
}

.single_content .content .across_line{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 32px 0;
}

.single_content .content .across_line_2{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:17px auto 0;
}

.single_content .content .across_line_3{
    width:100%;
    height:1px;
    border-bottom:1px solid #ddd;
    margin-top:60px;
}

.single_content .content .across_line_4{
    width:100%;
    height:1px;
    border-bottom:1px dashed #ccc;
    margin:0 auto;
}


.single_content .content img {
    max-width: 100%;
    text-align: center;
}


/*  没有内容的区域  */
.no_content{
    width:100%;
    min-height:400px;
}

.no_content_msg {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 6px 0;
    color:#595757;
    margin-left:3px;
    letter-spacing:0.5px;
}

.no_content .no_content_msg .across_line_4{
    width:98%;
    height:1px;
    border-bottom:1px dashed #ddd;
    margin:7px 0 0 0;
}

.no_content_msg  .tips_img{
    float:left;
    margin-top:12.5px;
    margin-right:5px;
    line-height:20px;
}

.no_content_msg .tips_img img{
    width:25px;
    height:25px;
}

.no_content_msg .txt{
    float:left;
    font-size:18px;
}



/*   列表页：一排4个图片   */
.content_news_list{
    margin-top:0px;
}

.content_list_four{
    width: 1222px;
    margin-top: 0px;
    padding-bottom: 45px;
}

.content_list_four li{
    float:left;
    margin-right: 21px;
    margin-bottom: 15px;
}

.content_list_four li.no_margin_right{
    margin-right:0;
}

.content_list_four li .out_img{
    width:272px;
    height:212px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.content_list_four li .out_img:hover{
    border: 1px solid #de5c23;
}

.content_list_four li .in_img{
    width:100%;
    height:100%;
    display: table;
}

.content_list_four li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_list_four li .img a{
    display: block;
}

.content_list_four li .img img{
    display: block;
    margin:0 auto;
    position: relative;
}


.content_list_four li .title{
    width:254px;
    height:75px;
    line-height:75px;
    padding: 0 10px;
    text-align:center;
    cursor: pointer;
    font-size:18px;
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
.content_list_four li .title{
    width:282px;
    height:50px;
    line-height:25px;
    text-align:center;
    overflow:hidden;
    cursor: pointer;
    font-size:18px;
    color:#343434;
    margin-top:10px;
}
*/

.content_list_four li .title:hover{
    text-decoration: none;
    color:#de5c23;
}


/*   列表页：一排4个图片   */
.content_list_four_second{
    width: 1141px;
    margin-top: 10px;
    margin-left: 50px;
    padding-bottom: 0px;
}

.content_list_four_second li{
    float:left;
    margin-right: 40px;
    /*margin-bottom: 16px;*/
}

.content_list_four_second li.no_margin_right{
    margin-right:0;
}

.content_list_four_second li .out_img{
    width:243px;
    height:181px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.content_list_four_second li .out_img:hover{
    border: 1px solid #e58419;
}

.content_list_four_second li .in_img{
    width:100%;
    height:100%;
    display: table;
}

.content_list_four_second li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_list_four_second li .img a{
    display: block;
}

.content_list_four_second li .img img{
    display: block;
    margin:0 auto;
    position: relative;
}

.content_list_four_second li .title{
    width:243px;
    height:75px;
    line-height:75px;
    text-align:center;
    cursor: pointer;
    font-size:18px;
    color:#343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_list_four_second li .title:hover{
    text-decoration: none;
    color:#ff0000;
}




/*  联系方式  */
.content_lxfs {
    width: 96%;
    margin:0 auto;
    margin-top: 0px;
}

.content_lxfs .box {
    margin-top: 13px;
    margin-left: 0;
}

.content_lxfs .box .msg {
    color: #000000;
    font-size: 16px;
    padding-left: 0;
    line-height: 37px;
}

.content_lxfs .map {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    width: 1140px;
    height: 615px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 6px 4px #dfdfdf;
}




/*  咨询留言   */
.content_zxly_out{
    padding: 10px 0 50px;
    background-color: #ffffff;
}

.content_zxly{
    width:100%;
    padding-bottom:20px;
}

.content_page_zxly{
    margin-left:37px;
    margin-top: 25px;
    height:100%;
    width:580px;
    float:left;
}

.content_page_zxly table tr{
    height: 55px;
}

.content_page_zxly table tr.tr_area{
    height:180px;
}

.content_page_zxly table .key{
    width:106px;
    text-align:right;
    color:#000000;
    font-size:14px;
}

.content_page_zxly table .value{
    width:510px;
}


.content_page_zxly table .value .text{
    width:465px;
    height:36px;
    padding-left:14px;
    border:1px solid #f0f0f0;
    /*border:1px solid #E58419;*/
    font-size:14px;
    color:#595757;
    background-color:#f9f9f9;
}

.content_page_zxly table .value .text:hover{
    background-color: #f3f3f3;
}

.content_page_zxly table .value .text_1{
    float: left;
    width:265px;
    height:36px;
    padding-left:14px;
    border:1px solid #f0f0f0;
    /*border:1px solid #E58419;*/
    font-size:12px;
    color:#595757;
    background-color:#f9f9f9;
}

.content_page_zxly table .value .text_1:hover{
    background-color: #f3f3f3;
}

.content_page_zxly table .value .code_img{
    float: left;
    margin-left: 10px;
    width:130px;
    height:38px;
}

.content_page_zxly table .value .textarea{
    float:left;
    width:465px;
    height:150px;
    padding-left:14px;
    border:1px solid #f0f0f0;
    /*border:1px solid #E58419;*/
    font-size:14px;
    color:#595757;
    line-height: 30px;
    background-color:#f9f9f9;
}

.content_page_zxly table .value .textarea:hover{
    background-color: #f3f3f3;
}


.content_page_zxly table .value .red{
    color:#ff0000;
}

.content_page_zxly table .value .red_div{
    float:left;
    color:#ff0000;
    margin-left:4px;
}

.content_page_zxly table .value input:focus,
.content_page_zxly table .value textarea:focus {
    /*border-color: #95c8f1;
    box-shadow: 0 0 7px 1px #00ccff;*/
    border-color: #95c8f1;
    box-shadow: 0 0 7px 1px #95c8f1;
}

.content_page_zxly table .value .sub{
    width: 140px;
    height: 40px;
    /*background-color: #399fff;*/
    background-color: #fe0000;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    border:0;
    letter-spacing:10px;
    text-align:center;
}

.zxly_img{
    width: 490px;
    height: 306px;
    background: url(../images/img_34.jpg);
    float: right;
    margin-top: 33px;
    margin-right: 35px;
}

.zxly_img2{
    width: 490px;
    height: 350px;
    background: url(../images/img_19.jpg);
    float: right;
    margin-top: 33px;
    margin-right: 35px;
    box-shadow: 0 0 7px 2px #cfcfcf;
}


/*  内页通用标题  */
.general_title{
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom:25px;
}

.general_title .title_chs{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    font-weight: bold;
    color:#2d2e32;
}



